Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

Add(TKey,TValue) Method







The key of the element to add.
The value of the element to add. The value can be null for reference types.
Adds the specified key and value to the dictionary.
Syntax
public void Add( 
   TKey key,
   TValue value
)
'Declaration
 
Public Overloads Sub Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Add(key, value)

            

            
public: void Add( 
   TKey* key,
   TValue* value
) 
public:
void Add( 
   TKey^ key,
   TValue^ value
) 

Parameters

key
The key of the element to add.
value
The value of the element to add. The value can be null for reference types.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members
Overload List

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features